🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / core / common / src / commonTest / kotlin / org / meshtastic / core / common / util / TimeUtilsTest.kt
Displaying Raw • Download
core/common/src/commonTest/kotlin/org/meshtastic/core/common/util/TimeUtilsTest.kt 5235b8fc51eb5f46d453effb2deec00bcc6abdbb (5235b8fc) Text, 1.63 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.common.util
Tff7b72import T7ee787kotlin.test.Test
Tff7b72import T7ee787kotlin.test.assertEquals
Tff7b72import T7ee787kotlin.test.assertTrue
Tff7b72class T56d364TimeUtilsTest Tb4b4b4{
Tf0883e@Test
Tff7b72fun Td2a8fftestNowMillisTb4b4b4(Tb4b4b4) Tb4b4b4{
Tff7b72val Te6edf3start Tff7b72= Te6edf3nowMillis
T8b949e// Just verify it returns something sensible (not 0)
Te6edf3assertTrueTb4b4b4(Te6edf3start Tff7b72> T79c0ff0Tb4b4b4)
Tb4b4b4}
Tf0883e@Test
Tff7b72fun Td2a8fftestNowSecondsTb4b4b4(Tb4b4b4) Tb4b4b4{
Tff7b72val Te6edf3start Tff7b72= Te6edf3nowSeconds
Te6edf3assertTrueTb4b4b4(Te6edf3start Tff7b72> T79c0ff0Tb4b4b4)
Tb4b4b4}
Tf0883e@Test
Tff7b72fun Td2a8ffclampTimestampToNow_pastTimestamp_unchangedTb4b4b4(Tb4b4b4) Tb4b4b4{
Tff7b72val Te6edf3past Tff7b72= Tb4b4b4(Te6edf3nowSeconds Tff7b72- T79c0ff3T79c0ff6T79c0ff0T79c0ff0Tb4b4b4)Tb4b4b4.Te6edf3toIntTb4b4b4(Tb4b4b4)
Te6edf3assertEqualsTb4b4b4(Te6edf3pastTb4b4b4, Te6edf3clampTimestampToNowTb4b4b4(Te6edf3pastTb4b4b4)Tb4b4b4)
Tb4b4b4}
Tf0883e@Test
Tff7b72fun Td2a8ffclampTimestampToNow_futureTimestamp_clampedToNowTb4b4b4(Tb4b4b4) Tb4b4b4{
Tff7b72val Te6edf3future Tff7b72= Tb4b4b4(Te6edf3nowSeconds Tff7b72+ T79c0ff8T79c0ff6T79c0ff4T79c0ff0T79c0ff0Tb4b4b4)Tb4b4b4.Te6edf3toIntTb4b4b4(Tb4b4b4)
Tff7b72val Te6edf3clamped Tff7b72= Te6edf3clampTimestampToNowTb4b4b4(Te6edf3futureTb4b4b4)
Te6edf3assertTrueTb4b4b4(Te6edf3clamped Tff7b72<Tff7b72= Te6edf3nowSecondsTb4b4b4.Te6edf3toIntTb4b4b4(Tb4b4b4)Tb4b4b4)
Tb4b4b4}
Tf0883e@Test
Tff7b72fun Td2a8ffclampTimestampToNow_zero_unchangedTb4b4b4(Tb4b4b4) Tb4b4b4{
Te6edf3assertEqualsTb4b4b4(T79c0ff0Tb4b4b4, Te6edf3clampTimestampToNowTb4b4b4(T79c0ff0Tb4b4b4)Tb4b4b4)
Tb4b4b4}
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.06s